home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Code / Chapter Code.exe / Chapter04 / test8.s3d < prev    next >
Text File  |  2000-07-27  |  1KB  |  44 lines

  1.  
  2. DEF Box01 Transform {
  3.    translation 0 0 0
  4.    children [
  5.       Shape {
  6.          appearance [
  7.             MultiAppearance {
  8.                material Material {
  9.                   diffuseColor 0.3373 0.3373 0.3373
  10.                }
  11.             }
  12.          ]
  13.          geometry MultiMesh {
  14.             coord DEF Box01-COORD Coordinate {
  15.                point [
  16.                   50    0   50
  17.                  -50    0   50
  18.                   50    0  -50
  19.                  -50    0  -50
  20.                   50  100   50
  21.                  -50  100   50
  22.                   50  100  -50
  23.                  -50  100  -50
  24.                ]
  25.             }
  26.             coordIndex [
  27.                2 0 3 -1
  28.                1 3 0 -1
  29.                5 4 7 -1
  30.                6 7 4 -1
  31.                1 0 5 -1
  32.                4 5 0 -1
  33.                3 1 7 -1
  34.                5 7 1 -1
  35.                2 3 6 -1
  36.                7 6 3 -1
  37.                0 2 4 -1
  38.                6 4 2 -1
  39.             ]
  40.          }
  41.       }
  42.    ]
  43. }
  44.